WPS Office.apk(点击下载) / vt.java


package defpackage;

import java.util.List;

/* renamed from: vt  reason: default package */
public final class vt {
    ahj amL;
    coj auw;

    public vt(ahj ahj, coj coj) {
        this.amL = ahj;
        this.auw = coj;
    }

    public final void nq() {
        String str;
        this.auw.startDocument();
        this.auw.N("cs", "colorStyle");
        this.auw.M("cs", "http://schemas.microsoft.com/office/drawing/2012/chartStyle");
        this.auw.M("a", "http://schemas.openxmlformats.org/drawingml/2006/main");
        switch (this.amL.aGt) {
            case 0:
                str = "cycle";
                break;
            case 1:
                str = "withinLinear";
                break;
            case 2:
                str = "acrossLinear";
                break;
            case 3:
                str = "withinLinearReversed";
                break;
            case 4:
                str = "acrossLinearReversed";
                break;
            default:
                str = "cycle";
                break;
        }
        this.auw.J("meth", str);
        this.auw.r("id", this.amL.mId);
        int EM = this.amL.EM();
        for (int i = 0; i < EM; i++) {
            etc.a(this.auw, this.amL.fy(i));
        }
        int EN = this.amL.EN();
        for (int i2 = 0; i2 < EN; i2++) {
            List<eky> fz = this.amL.fz(i2);
            this.auw.N("cs", "variation");
            zz.a(this.auw, fz);
            this.auw.O("cs", "variation");
        }
        this.auw.O("cs", "colorStyle");
        this.auw.endDocument();
    }
}